mapLeft

inline fun <L, R, O> Either<L, R>.mapLeft(action: (L) -> O): Either<O, R>(source)